.b_related-articles
{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 60px 20px;
	justify-content: center;
	align-items: center;
	gap: 60px;
	position: relative;

	h2, .h2
	{
		font-family: Jost;
		font-size: 48px;
		font-weight: 400;
		font-style: normal;
		color: #FFF;
		line-height: 52px /* 108% */;
		text-align: center;
	}

	h4, .h4
	{
		font-family: Jost;
		font-size: 30px;
		font-weight: 400;
		font-style: normal;
		color: #FFF;
		line-height: 34px /* 113% */;
	}

	p, .p
	{
		font-family: "Instrument Sans";
		font-size: 16px;
		font-weight: 500;
		font-style: normal;
		color: #FFFFFF;
		line-height: 24px /* 150% */;
		letter-spacing: 0.02em;
	}

	.shared-comp-related-article-card
	{
		display: flex;
		flex-direction: column;
		max-width: 1000px;
		align-items: flex-start;
		gap: 40px;
		border-radius: 4px;

		.thumbnail-9
		{
			display: flex;
			position: relative;
			flex: 0 0 auto;
			width: 100%;
			overflow: clip;
			object-fit: cover;
			aspect-ratio: 5 / 3;
			order: 0;
		}

		.content-5
		{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: flex-start;
			gap: 30px;
			position: relative;
			flex: 0 0 auto;
			width: 100%;
			order: 1;
		}

		.text-9
		{
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 20px;
			position: relative;
			flex: 0 0 auto;
			width: 100%;
			order: 0;
		}

		h4.headline-5
		{
			width: 100%;
			color: #FFF;
			font-family: Jost;
			font-style: normal;
			font-size: 30px;
			font-weight: 400;
			line-height: 34px /* 113% */;
			order: 0;
		}

		.description-5
		{
			width: 100%;
			order: 1;
		}

		div.description-5 > p
		{
			font-family: "Instrument Sans";
			font-style: normal;
			font-size: 16px;
			font-weight: 500;
			line-height: 24px /* 150% */;
			letter-spacing: 0.02em;
			color: #FFFFFF;

			.description-5-s
			{
				color: #C8E094;
			}
		}

		.cta-5
		{
			display: flex;
			align-items: center;
			gap: 6px;
			position: relative;
			flex: 0 0 auto;
			order: 1;
		}

		span.text-10
		{
			color: #FFF;
			font-family: "Instrument Sans";
			font-style: normal;
			font-size: 18px;
			font-weight: 600;
			line-height: 20px /* 111% */;
			order: 0;
		}

		.arrow-icon-7
		{
			height: 16px;
			position: relative;
			flex: 0 0 8px;
			overflow: clip;
			object-fit: contain;
			order: 1;
		}

		.bottom-5
		{
			display: flex;
			justify-content: space-between;
			align-items: center;
			position: relative;
			flex: 0 0 auto;
			width: 100%;
			order: 2;
		}

		.author-5
		{
			order: 0;
		}

		div.author-5 > p
		{
			color: #FFF;
			font-family: "Instrument Sans";
			font-style: normal;
			font-size: 16px;
			font-weight: 500;
			line-height: 24px /* 150% */;
			letter-spacing: 0.02em;
			text-align: right;
		}

		.date-5
		{
			order: 1;
		}

		div.date-5 > p
		{
			color: #FFF;
			font-family: "Instrument Sans";
			font-style: normal;
			font-size: 16px;
			font-weight: 500;
			line-height: 24px /* 150% */;
			letter-spacing: 0.02em;
			text-align: right;
		}
	}

	h2.title-2
	{
		width: 100%;
		order: 0;
	}

	.container-2
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 60px;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		order: 1;
	}

	.related-article-card-3
	{
		min-width: 320px;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		order: 0;
	}

	.related-article-card-4
	{
		min-width: 320px;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		order: 1;
	}

	@media (min-width: 1440px)
	{
		width: 100%;
		padding: 60px 170px;

		.container-2
		{
			flex-direction: initial;
		}

		.related-article-card-3
		{
			min-width: 0;
			flex: 1 1 0%;
			width: initial;
		}

		.related-article-card-4
		{
			min-width: 0;
			flex: 1 1 0%;
			width: initial;
		}
	}
}
